Text File | 1993-09-20 | 908 b | 27 lines | [TEXT/MPAD]
--This example simulates a falling object with air friction proportional to the square of its velocity. The technique used is inefficient compared with fancier methods for numerical solutions of differential equations, but it is very easy to program. See example "projectile" for a similar problem in two dimensions.